-
Notifications
You must be signed in to change notification settings - Fork 48
Split Actor logs in their own files #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f0385b1
to
048a940
Compare
This pull request was exported from Phabricator. Differential Revision: D78101221 |
048a940
to
c0fb40b
Compare
Summary: - Each actor type will create a new file suffixed with the actor name - Each log will contain the proc and rank id of the actor. This will simplify filtering to logs of a single actor - Logs not coming from an actor will be dumped in a common file suffixed 'monarch' - Additionally stream all logs to stdout when `MONARCH_STDOUT=1` TODO: - Support Python Actors Differential Revision: D78101221
Summary: - Each actor type will create a new file suffixed with the actor name - Each log will contain the proc and rank id of the actor. This will simplify filtering to logs of a single actor - Logs not coming from an actor will be dumped in a common file suffixed 'monarch' - Additionally stream all logs to stdout when `MONARCH_STDOUT=1` TODO: - Support Python Actors Differential Revision: D78101221
c0fb40b
to
056f3b3
Compare
This pull request was exported from Phabricator. Differential Revision: D78101221 |
056f3b3
to
c93f3e1
Compare
Summary: Pull Request resolved: pytorch-labs#495 - Each actor type will create a new file suffixed with the actor name - Each log will contain the proc and rank id of the actor. This will simplify filtering to logs of a single actor - Logs not coming from an actor will be dumped in a common file suffixed 'monarch' - Additionally stream all logs to stdout when `MONARCH_STDOUT=1` TODO: - Support Python Actors Differential Revision: D78101221
This pull request was exported from Phabricator. Differential Revision: D78101221 |
Summary: Pull Request resolved: pytorch-labs#495 - Each actor type will create a new file suffixed with the actor name - Each log will contain the proc and rank id of the actor. This will simplify filtering to logs of a single actor - Logs not coming from an actor will be dumped in a common file suffixed 'monarch' - Additionally stream all logs to stdout when `MONARCH_STDOUT=1` TODO: - Support Python Actors Differential Revision: D78101221
fdd3ad3
to
8d942e7
Compare
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
8d942e7
to
7de464f
Compare
This pull request was exported from Phabricator. Differential Revision: D78101221 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D78101221 |
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
7de464f
to
799c6a7
Compare
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
799c6a7
to
d44efbe
Compare
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
d44efbe
to
d54eec7
Compare
Summary: - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
d54eec7
to
48f4e49
Compare
This pull request was exported from Phabricator. Differential Revision: D78101221 |
Summary: Pull Request resolved: pytorch-labs#495 - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
48f4e49
to
368d0d5
Compare
This pull request was exported from Phabricator. Differential Revision: D78101221 |
368d0d5
to
0876339
Compare
Summary: Pull Request resolved: pytorch-labs#495 - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
0876339
to
bcfd687
Compare
Summary: Pull Request resolved: pytorch-labs#495 - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
This pull request was exported from Phabricator. Differential Revision: D78101221 |
Summary: Pull Request resolved: pytorch-labs#495 - Add per proc suffix to file logger - Gate STDERR logging with flag Differential Revision: D78101221
This pull request was exported from Phabricator. Differential Revision: D78101221 |
bcfd687
to
2b78ff5
Compare
Summary:
TODO:
Differential Revision: D78101221